Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A proposal to make wallet deep link URI scheme configurable, so it may not only be used with BC Wallet (bcwallet://) but also with any Aries-capable agent that implements the concept defined in Aries RFC 0268.
It basically consists on using
WALLET_DEEP_LINK_PREFIX
environment variable on the controller to set the URI scheme and host used as a prefix. For example, 'didcomm://oob-invitation' for URLs such asdidcomm://oob-invitation?c_i={base64encoded msg}
.It keeps the default
bcwallet://aries_proof-request
to make this straightforward for BCGov use case.I hope you like it as much as we had fun using this project 🎉